This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
You can use the NotesName class to get the same result as the Formula-function "@Name()" by:
Dim session As New NotesSession
Dim myName As New NotesName(session.EffectiveUserName)
Print myName.Abbreviated ' Same as @Name([Abbreviate];@UserName)
Print myName.Common ' Same as @Name([CN];@UserName)
Print myName.Canonical ' Same as @Name([Canonicalize];@UserName)
Read more in the Designer help.
hth
Feedback response number WEBB8QSFFQ created by ~Vanessa Preponelyynds on 01/23/2012